Skip to content

Conversation

@mjun0812
Copy link
Owner

@mjun0812 mjun0812 commented Feb 9, 2026

Overview and Background

Updated README sample code to the latest CUDA 13.0 and added a comprehensive development guide. This helps new contributors understand the development workflow, CI/CD processes, and release procedures.

Related Issues

None

Changes

README.md

  • Updated all sample code from CUDA 12.4 to 13.0
    • Basic usage examples
    • Specific patch version examples
    • Installation method specification examples
    • Container environment usage examples
    • Version format descriptions
    • Output examples

docs/dev.md (New)

  • Development environment setup instructions
  • Development workflow (branch creation, changes, commits, PR creation)
  • Detailed CI/CD explanation
    • CI workflow: format, lint, type check, tests
    • Full test workflow: comprehensive testing across multiple OS/CUDA versions
    • Container test workflow: testing in container environments
  • Release process steps
    • Building and committing dist/ directory
    • Creating and pushing tags
    • Automated release workflow explanation
  • Local testing methods
  • Project structure description

Note

Low Risk
Documentation-only changes; no runtime, security, or CI logic is modified.

Overview
Updates README.md to use CUDA 13.0/13.0.1 in all usage snippets and output/version examples, aligning version-format docs with the new examples.

Adds a new docs/dev.md development guide covering local setup, contributor workflow, CI/test workflows, release/tagging process, and the requirement to commit dist/ after builds.

Written by Cursor Bugbot for commit fd3008f. This will update automatically on new commits. Configure here.

- Update all README sample code from CUDA 12.4 to 13.0
- Add comprehensive development guide (docs/dev.md) including workflow, CI/CD, and release process
- Document development prerequisites, setup instructions, and testing methods
@mjun0812 mjun0812 merged commit d9e1fef into main Feb 12, 2026
12 checks passed
@mjun0812 mjun0812 deleted the mjun/dev branch February 12, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant